home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / MATHS / RLAB / RLAB125.ZIP / !RLaB / help_ai / ceil < prev    next >
Text File  |  1994-02-21  |  225b  |  12 lines

  1. ceil:
  2.  
  3. Syntax:    ceil ( a )
  4.  
  5. Description:
  6.  
  7.     Ceil returns the smallest integer not less than the argument.
  8.     If the argument is a MATRIX then the ceil operation is
  9.     performed on an element-by-element basis.
  10.  
  11. See Also: floor, int
  12.